projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db80134
)
rust: add loongarch64 and powerpc to supported targets
author
Tianling Shen
<
[email protected]
>
Fri, 5 Sep 2025 14:03:15 +0000
(22:03 +0800)
committer
Josef Schlehofer
<
[email protected]
>
Sat, 13 Sep 2025 08:16:22 +0000
(10:16 +0200)
Also removed i686 as OpenWrt replaces it with i386 in $(ARCH).
Signed-off-by: Tianling Shen <
[email protected]
>
(cherry picked from commit
a5c3fd1fee7185265f0bb1b1b969f4b5afbf94c9
)
lang/rust/rust-values.mk
patch
|
blob
|
history
diff --git
a/lang/rust/rust-values.mk
b/lang/rust/rust-values.mk
index 035a4e07735e16dfd2a46240c9b282c56439982b..e1dbbbccaee3740c8072eb5c191b5bc0cb70efdf 100644
(file)
--- a/
lang/rust/rust-values.mk
+++ b/
lang/rust/rust-values.mk
@@
-69,7
+69,7
@@
ifeq ($(ARCH),aarch64)
endif
# Support only a subset for now.
-RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||
i686||mips||mipsel||mips64||mips64el||mipsel
||powerpc64||riscv64||x86_64)
+RUST_ARCH_DEPENDS:=@(aarch64||arm||i386||
loongarch64||mips||mips64||mips64el||mipsel||powerpc
||powerpc64||riscv64||x86_64)
ifneq ($(CONFIG_RUST_SCCACHE),)
RUST_SCCACHE_DIR:=$(if $(call qstrip,$(CONFIG_RUST_SCCACHE_DIR)),$(call qstrip,$(CONFIG_RUST_SCCACHE_DIR)),$(TOPDIR)/.sccache)